/*-*-C-*-
 * Align dialogue box for Window CSE
 */


#ifndef __defined_align_h
#define __defined_align_h


#define ALIGNMENU_TOP         0
#define ALIGNMENU_HCENTRE     1
#define ALIGNMENU_BOTTOM      2
#define ALIGNMENU_LEFT        3
#define ALIGNMENU_VCENTRE     4
#define ALIGNMENU_RIGHT       5


extern error * align_selection_to (GadgetPtr gadget, int how);


#endif
